public GenericRepository(PunchClockDbContext context) { this._context = context; this._dbSet = context.Set <TEntity>(); }