public bool RegistryRecordExists(IRegistryRecord registryRecord)
 {
     return(RegistryEditor.RegistryRecordExists(registryRecord));
 }