public StoreObjectFunctionHandler_s()
 {
     budtenderCounter = null;
     checkoutCounter  = null;
     decoration       = null;
     displayShelf     = null;
     doorway          = null;
 }
 public void SetDisplayShelf(StoreObjectFunction_DisplayShelf_s shelf)
 {
     displayShelf = shelf;
 }