public void deleteTable(DatabaseTable table) { m_List.Remove(table); }
public void PopulateTable(DatabaseTable table) { m_List.Add(table); }