public ActionResult DeleteCategory(int id) { siteService.DeleteCategory(id); siteService.Save(); return(RedirectToAction("Categories")); }