//TODO: Laura, fix dit public Location GetCurrentLocation(int locationID) { //atm alleen routes object[] data = context.GetCurrentLocation(locationID); Location location = new Route(Convert.ToInt32(data[0]), data[1].ToString(), GetPassages(locationID), Convert.ToInt32(data[4]), Convert.ToInt32(data[5]), Convert.ToInt32(data[3]), GetEncounterablePokemon(locationID)); return(location); }