public JsonResult getRole(int role_id) { Role data = repo.GetBaseRole(role_id); return(Json(data)); }