public void SetRecipe(int lemons, int sugar, int ice, int price) { recipe.SetIngredients(lemons, sugar, ice, price); }