public GenericRepository(DMPEntities context) { this.Context = context; this.dbSet = context.Set <TEntity>(); }