public void AddFlower(int amount)
 {
     flowerDisplay.Add(amount);
 }
 public void AddStars(int amount)
 {
     starDisplay.Add(amount);
 }