public IEnumerable <County> GetAll(int id) { return(_countyRepository.GetMulti(x => x.ProvinceId == id)); }