public ActionResult DeleteLaw(int lawId, string test) { LawService service = new LawService(); service.DeleteLaw(lawId); return(RedirectToAction("ManageLaws")); }