public async Task <List <HouseWork> > GetHouseWorks(int id) { return(await _houseRepository.GetHouseWorks(id)); }