public PriceUpdate() { vc = new VendingMachineContext(); }
public UpdateQuantity() { vc = new VendingMachineContext(); }
public vendingUI1() { vbl = new VendingBL(); vc = new VendingMachineContext(); }