public IntegratieUserStore(UnitOfWork uow)
 {
     ctx = uow.Context;
 }
 public IntegratieUserStore(IntegratieDbContext context) : base(context)
 {
     ctx = context;
 }