public void SetItem(int Index, IdentifiableGroup Item) { List[Index] = Item; }
public void Add(IdentifiableGroup newItem) { List.Add(newItem); }