private void EnteringSpecRelations()
 {
     specificationRelations = new SortedList();
     subImporter            = new SpecRelationsImporter(ref specificationRelations);
 }
 private void EnteringSpecRelations()
 {
     specificationRelations = new SortedList();
     subImporter = new SpecRelationsImporter(ref specificationRelations);
 }