public ActionResult Delete(RoleClass role) { RoleList accList = new RoleList(); accList.DeleteRole(role); return(RedirectToAction("Index")); }