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

            showInvoices.Show();
        }