public IDataResult <City> GetCityById(int cityId) { return(new SuccessDataResult <City>(_cityDal.GetDetail(cityId))); }