public AbsPanelHoveredState(IPanelTransactionStateConstArg arg) : base(arg)
 {
 }
 public AbsPanelUnhoverableState(IPanelTransactionStateConstArg arg) : base(arg)
 {
 }
 public AbsPanelTransactionState(IPanelTransactionStateConstArg arg)
 {
     thisPanel = arg.panel;
 }
 public AbsPanelWaitingForPickUpState(IPanelTransactionStateConstArg arg) : base(arg)
 {
 }