private void buttonBack_Click(object sender, RoutedEventArgs e) { CustomerTab ct = new CustomerTab(); this.NavigationService.Navigate(ct); }