public JsonResult IsExistJudgeLawUnitInCase(int caseId)
 {
     return(Json(new { result = service.IsExistJudgeLawUnitInCase(caseId) }));
 }