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