modelFocus: _.debounce(function(model) {
            this.view.options.activeModel = model.id;
            model.trigger('focus');
        }, 10),