public SqliteRepository(SqliteContext context) { this.context = context; dbSet = context.Set <TEntity>(); }