static DataViewBaseGtk()
 {
     // populate strings to be shown in ComboBox
     foreach (string item in TableTypes.GetStrings())
     {
         tableTypesModel.AppendValues(item);
     }
 }