public void SetMoney(int amount)
 {
     shopMenu.SetMoney(amount);
 }