sends out an email for each new user added
    def after_create
      NotificationMailer.deliver_new_user_notification(@user)
    end