public void EventNotification(int EmployeeId, int TableId, ALOHA_ACTIVITY_EVENT_NOTIFICATION_TYPES EventNotification)
        {
            if (EventNotification == ALOHA_ACTIVITY_EVENT_NOTIFICATION_TYPES.ALOHAACTIVITY_EVENT_ENTER_CLOSE_SCREEN)
            {
                DisplayBoardClass.EventNotification_ENTER_CLOSE_SCREEN();
                if (iniFile.CustomerDisplayEnabled)
                {
                    RemoteCommands.CustomerDisplayEventSender.AddSendCurentChkToCustDispToQueue(true);
                }
            }

            //throw new NotImplementedException();
        }
 void IInterceptAlohaActivity2.EventNotification(int employeeId, int tableId, ALOHA_ACTIVITY_EVENT_NOTIFICATION_TYPES eventNotification)
 {
     _service.EventNotification(employeeId, tableId, eventNotification);
 }
 void IInterceptAlohaActivity12.EventNotification(int iEmployeeId, int iTableId, ALOHA_ACTIVITY_EVENT_NOTIFICATION_TYPES alEventNotification)
 {
     _service.EventNotification(iEmployeeId, iTableId, alEventNotification);
 }
 public void EventNotification(int iEmployeeId, int iTableId, ALOHA_ACTIVITY_EVENT_NOTIFICATION_TYPES eventNotification)
 {
 }