public IEnumerable <House> GetAll() { return(houseDao.GetAll()); }
public List <House> GetAll() { return((List <House>)_dao.GetAll()); }