public async Task <IActionResult> Map() { var StationsModel = new StationList(); await StationsModel.fetchData(); return(View(StationsModel)); }