public DbSet <A> _Table <A>() where A : class { return(_context.Set <A>()); }
//interface implementatie: public virtual async Task <IEnumerable <TEntity> > GetAllAsync() { return(await _context.Set <TEntity>().ToListAsync()); }