protected override void OnNavigatedTo(NavigationEventArgs e) { int id = Int32.Parse(NavigationContext.QueryString["id"]); DataContext = new StopViewModel(id); }