public List <String> GetConsumptionNames(Int32 userId) { return(_consumptionRepository.GetConsumptionNames(userId)); }