protected void insertAtHeadOfQueue(Customer e) { q.insertAtFront(e); }
protected void insertIntoQueue(Customer e) { q.insertAtFront(e); }