public void LoadModule(IComponentRegistry registry)
 {
     registry.RegisterContentGenerator(new PasswordGenerator());
 }