public City Select(int id)
 {
     return(_cityDal.Select(id));
 }