public void Remove(OCGCollectionDirect value) { base._Remove(value); }
public void Add(OCGCollectionDirect value) { this[base.Count] = value; }