public async Task <int> UpdateHouse(House counter)
 {
     return(await _service.UpdateModel(counter));
 }