public IActionResult GetSelectFieldValues(int id)
 {
     return(Json(service.GetSelectFieldValues(id)));
 }