public IActionResult GetByCity(int cityId)
 {
     return(Ok(_countyRepository.GetCountyByCityId(cityId)));
 }