public JsonResult GetSLAInfo()
 {
     return(Json(new { data = _partService.GetSLAInfo().ToViewModel() }));
 }