public void CancelTransaction()
 {
     ReturnChange(_purchaseHandler.CancelPurchase());
     _vendingMachineDisplay.PrintInsertCoin();
 }