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