public void Remove(Pallet value) { base.List.Remove(value as object); }
public int Add(Pallet value) { return(base.List.Add(value as object)); }