public void AddNewBox(Box box) { EntranceQueue.Enqueue(box); }
public void PushBoxToQueue(Box box) { InspectorQueue.Enqueue(box); }