public void Remove(TAB512 value) { List.Remove(value); }
public bool Contains(TAB512 value) { return(List.Contains(value)); }
public void Insert(int index, TAB512 value) { List.Insert(index, value); }
public int IndexOf(TAB512 value) { return(List.IndexOf(value)); }
public int Add(TAB512 value) { return(List.Add(value)); }