public int CheckPincodeExistsByCityId(int id) { return(_cityRepository.CheckPincodeExistsByCityId(id)); }