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