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