public StoreObjectFunctionHandler_s()
 {
     budtenderCounter = null;
     checkoutCounter  = null;
     decoration       = null;
     displayShelf     = null;
     doorway          = null;
 }
 public void SetCheckoutCounter(StoreObjectFunction_CheckoutCounter_s counter)
 {
     checkoutCounter = counter;
 }