private void facturarToolStripMenuItem1_Click(object sender, EventArgs e) { Bill frm = new Bill(_billingService); frm.Show(); }