public IEnumerable <WaterValue> GetAllWaterValuesByHouseId(long houseId) { return(m_houseRepository.GetAllWaterValuesByHouseId(houseId)); }