Dictionary<int, string> _peopleDictionary;
Dictionary<int, Dictionary<int, List<string>>> _customerIdToOrderIdToDescriptions;