//EDIT ROLE
 public ActionResult EditRole(int paramId)
 {
     return(PartialView(RoleDataAccess.GetDetailRoleById(paramId)));
 }