public ActionResult SetUserRole(string userid, string roleid) { recordsDAO.SetUserRole(userid, roleid); return(RedirectToAction("UserRoles")); }