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