public void CopyTo(Array array, int index)
 {
     _collection.CopyTo(array, index);
 }