public void SetPokeList(PokeInfo[] pokeList) { _pokemonList.SetList(pokeList); _pokemonList.SortList(); _pokemonList.FillPage(); }