private void EnteringSpecifications()
 {
     specifications = new SortedList();
     subImporter    = new SpecificationsImporter(ref specifications);
 }
 private void EnteringSpecifications()
 {
     specifications = new SortedList();
     subImporter = new SpecificationsImporter(ref specifications);
 }