public void AddStars(int amount)
 {
     starManager.RewardStars(amount);
 }