private void EnteringSpecObjects()
 {
     specificationObjects = new SortedList();
     subImporter          = new SpecObjectsImporter(ref specificationObjects);
 }
 private void EnteringSpecObjects()
 {
     specificationObjects = new SortedList();
     subImporter = new SpecObjectsImporter(ref specificationObjects);
 }