public void RemoveAt(int index)
 {
     _collection.RemoveAt(index);
 }