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