public int CheckCityExistsByStateId(int id) { var city = _stateRepository.CheckCityExistsByStateId(id); return(city); }