public void SearchButtonClicked(UISearchBar searchBar)
 {
     SearchBar.ResignFirstResponder();
     MapView.RemoveAnnotations(MapView.Annotations);
     PerformSearch();
 }