alertSuccess: function(message) {
        message = new Ember.Handlebars.SafeString(message);
        this.getModalNotificationController().alertSuccess(message);
    },