public ReportMappingPage()
 {
     InitializeComponent();
     googlemap.SetView(geocenter, 9);
     DobbermanServiceClient client = new DobbermanServiceClient();
     client.GetAllReportsWithLocationCompleted += new EventHandler<GetAllReportsWithLocationCompletedEventArgs>(client_FindReportCompleted);
     client.GetAllReportsWithLocationAsync(1);
 }