private void btnAllClients_Click(object sender, RoutedEventArgs e) { AllClientsReport report = new AllClientsReport(); report.Show(); }