public IActionResult GetProjectLocationFields()
 {
     return(Ok(service.GetHelpForProjectLocationFields()));
 }