public Catelog Remove(int index) { Catelog obj = CatelogCollection[index]; CatelogCollection.Remove(obj); return(obj); }
public void Remove(object obj) { CatelogCollection.Remove(obj); }