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