public CompatibleXmlMappingEngineFactory(IXmlMappingEngineFactory factory, IXmlSchemaRegistry registry)
 {
     this.factory  = factory;
     this.registry = registry;
 }
 public CompatibleXmlMappingEngineFactory(IXmlMappingEngineFactory factory, IXmlSchemaRegistry registry)
 {
     this.factory = factory;
     this.registry = registry;
 }