public void CreateYellowBanana() { Debug.WriteLine("Creating colorful candy"); bananaCandy.CreateCandy(); yellow.CreateColor(); Debug.WriteLine(""); }