//Put a coin in the coin box
 public void Deposit(Coin ACoin)
 {
     box.Add(ACoin);
 }