private void ShowInvoices(object sender, RoutedEventArgs e) { Window showInvoices = new ShowInvoices(); showInvoices.Show(); }