public IdentityGenerator GetInstance()
 {
     if (ig == null)
         ig = new IdentityGenerator();
     return ig;
 }