private void FillMarketIngredients(Market market) { foreach (var ingredient in this.marketIngredients) { market.AddProduct(ingredient); } }