index = instances_binding.get().findIndex(function (item) {
                    return item.get('id') === item_binding.get('id');
                });