public TestCollectionEnumerator(TestCollection <T1> col)
 {
     _col   = col;
     _index = -1;
 }