internal static void AddItem(int EmployeeId, int QueueId, int TableId, int CheckId, int EntryId) { if (iniFile.CustomerDisplayEnabled) { RemoteCommands.CustomerDisplayEventSender.AddSendChkToCustDispToQueue(CheckId, false); } DisplayBoardClass.AddDishEvent(CheckId, EntryId); SendToVideo.AddItem(CheckId, EntryId); CheckAddBonusCard(EmployeeId, QueueId, TableId, CheckId, EntryId); }