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();
        }