public ActionResult DeleteConfirmed(int id) { respository.DeleteSection(id); return(RedirectToAction("Index")); }