Dequeue
Returns the first element and removes it from the queue.
T Dequeue();
Return Value
Returns the starting element.