@foreach (var pokemon in FilteredPokemon) { bool isSelected = SelectedPokemon?.Id == pokemon.Id;
@pokemon.PokemonId
}