void TrashCollector_Tick(object sender, EventArgs e) { while (TrashCan.Count > 0) { BidList.Remove(TrashCan.Dequeue()); } }