public IEnumerable <House> GetAllEstateHouses(long estateId)
 {
     return(_estateService.GetHousesForAParticularEstate(estateId));
 }