•MakeSale(store, product, qty)
•AcceptReturn(store, product, qty)
•RcvOrder(order)
•Restock(store, product, qty)
–// move from warehouse to store
•ClearOut(store, product)
–// move all held from store to warehouse
•Transfer(from, to, product, qty)
–// move goods between stores
•