success : function(response) {
                    Backbone.Mediator.pub('view:dashboard:save', {
                        'model'     : this.model,
                        'message'   : "Your changes to '" + this.model.get('name') + "' dashboard were saved.",
                        'attention' : 'Dashboard Saved!'