public void makeCoffee(orderOBJ o) { MessageBox.Show("Making coffee"); }
public void collectCash(orderOBJ o) { MessageBox.Show("Collecting Cash"); }
public void packDonuts(orderOBJ o) { MessageBox.Show("Packing Donuts"); }