def delete
      remove_school(archive: false)
      redirect_back fallback_location: root_path, notice: 'School has been removed'
    rescue => e
      redirect_back fallback_location: root_path, notice: e.message