public SimpleLinkedListEnumerator(SimpleLinkedList <T> list)
 {
     _list = list;
     Reset();
 }