public void Insert(int index, PBS entity) { base.Insert(index, entity); }
public int IndexOf(PBS entity) { return(base.IndexOf(entity)); }
public void Add(PBS entity) { base.Add(entity); }
public bool Contains(PBS entity) { return(base.Contains(entity)); }
public bool Remove(PBS entity) { return(base.Remove(entity)); }