public void Add(BEOCollection collection) { _List.InsertRange(_List.Count, collection.List); }
public void InsertRange(int index, BEOCollection collection) { _List.InsertRange(index, collection.List); }