RemoveLast
Removes the last element of the linked list.
bool RemoveLast();
Return Value
Returns true on successful, or false otherwise.