success(message, options, translateOptions) {
    this.notify({ type: 'success', message, options, translateOptions });
    ladda.stopAll();
  },