def import
    begin
      User.import(params[:file])
      redirect_to users_path, notice: 'User was successfully imported.'
    rescue StandardError => e