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