public List <CityForListDto> CityForDetailList()
 {
     return(_cityDal.CityForDetailList());
 }