public ActionResult DeleteConfirmed(int id) { repo.deleteDivision(id); return(RedirectToAction("Index")); }