private void buttonParall_Click(object sender, EventArgs e) { Parall windowParall = new Parall(); windowParall.Show(); }