private void ShapePickerBtn_Click(object sender, RoutedEventArgs e)
        {
            RoofInspectionWizard Page = new RoofInspectionWizard();

            NavigationService.Navigate(Page);
        }
 private void Exterior_Inspection_Click(object sender, RoutedEventArgs e)
 {
     RoofInspectionWizard Page = new RoofInspectionWizard();
 }