public override void Show() { Foods.ForEach(food => { food.Show(); }); CreateRice().Show(); CreateSoup().Show(); }