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