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