private void PaymentsMenuItem_Click(object sender, EventArgs e) { var paymentWindow = new PaymentWindow(); paymentWindow.ShowDialog(); }