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