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