private void addChannel_Click(object sender, EventArgs e) { using (Form Channel = new AddChannel(this)) { Channel.ShowDialog(this); } }