addOne: function(model) {
        var view = this.buildModelView(model);

        // Setup event forwarding
        this._forwardEvents(view);