private void LoadSelectedTile(object sender, TileSelectionEventArgs e) { _lastContinent = e.Continent; _service.LoadTile(e.Continent, e.X, e.Y); }