public void Dispose() { _head = null; _current = null; }
public ContactEnumerator(ContactListHead contact) { _head = contact; _current = _head; }