public Builder_Interface(Model.DatabaseType dbType)
 {
     this.createInstance = Factory.Factory.CreateCreateCodeInstance(dbType);
     this.databaseInstance = Factory.Factory.CreateDatabaseInstance(dbType);
     this.import = new Import(dbType);
 }
 public Builder_Interface(Model.DatabaseType dbType)
 {
     this.createInstance   = Factory.Factory.CreateCreateCodeInstance(dbType);
     this.databaseInstance = Factory.Factory.CreateDatabaseInstance(dbType);
     this.import           = new Import(dbType);
 }