public IEnumerable <WaterMeter> GetAllWaterMeters() { return(m_houseRepository.GetAllWaterMeters()); }