private void buttonReatsrt_Click(object sender, RoutedEventArgs e) { Page1 page1 = new Page1(); this.NavigationService.Navigate(page1); }