public RegLicense(RegistryLicenseProvider owner, Type type)
 {
     this.owner = owner;
     this.type  = type;
 }
 public RegLicense(RegistryLicenseProvider owner, Type type)
 {
   this.owner = owner;
   this.type = type;
 }