private void contractToolStripLabel_Click(object sender, EventArgs e) { var contract = new ContractForm(); contract.ShowDialog(); }