public ActionResult Remove(int AboutID) { AboutDAO aboutDAO = new AboutDAO(); aboutDAO.Remove(AboutID); return(RedirectToAction("Index", "About")); }