private void button5_Click(object sender, EventArgs e) { FormCopyTable formCopyTable = new FormCopyTable(); formCopyTable.Show(); }