public UserRepository(AppIdentityDbContext db) : base(db)
 {
     UserManager = AppUserManager.CreateWithConfig(db);
 }