public void Insert(int index, StiNameTypeEntry entry) { List.Insert(index, entry); }
public void Add(StiNameTypeEntry entry) { List.Add(entry); }