public List <ProvinceDTO> GetAllProvinces(int countryId) { return(repo.RetrieveProvinces(countryId)); }