private void LocatePanel_PointerReleased(object sender, Windows.UI.Xaml.Input.PointerRoutedEventArgs e) { ClearSelect(); Context.SetCurrent_Locate(); try { MainPage.Current.SetCitiesPanel(Context.GetCities(), Context.GetIndex()); } catch (Exception) { } Release.Begin(); }