private void toolStripLabel2_Click(object sender, EventArgs e) { using (CheckBalanceForm cbf = new CheckBalanceForm()) { cbf.ShowDialog(); } }