public int GetValueInput()
 {
     return(InsertedCustomerCoinValue.GetValue());
 }
 public void InsertCoin(int rappen)
 {
     InsertedCustomerCoinValue.Add(rappen);
 }