public void Insert(int index, TableGroupType value)
 {
     tableGroupField.Insert(index, value);
 }
 public int Add(TableGroupType value)
 {
     return tableGroupField.Add(value);
 }