public DoubleLinkedListEnumerator(DoubleLinkedList _list)
 {
     list = _list;
 }