public EntityFrameworkUnitOfWork(IDbContextProvider dbProvider)
 {
     _dbContext = dbProvider.GetBackgroundDbContext();
 }