public TableMapping(DBTable destinationTable, TableMappingImportType importType, ColumnMapping[] mappings)
 {
     this.destinationTable = destinationTable;
     this.importType = importType;
     this.columnMappings = mappings;
     this.index = counter;
     counter++;
 }
 public TableMapping(DBTable destinationTable, TableMappingImportType importType, ColumnMapping[] mappings)
 {
     this.destinationTable = destinationTable;
     this.importType       = importType;
     this.columnMappings   = mappings;
     this.index            = counter;
     counter++;
 }