save : function() {
            this._saveCategory(function() {
                this._cleanUp();
            }.bind(this));
        },