internal ForwardEnumeration(DoubleLinkedList <T> list)
 {
     this.list = list;
 }