public ActionResult AuthorityUpdate(Authorities authority) { irep.SaveAuthority(authority); return(RedirectToAction("AuthorityManage", "Home")); }