private void btn_BACK_Click(object sender, EventArgs e) { this.Hide(); frm_Start frm = new frm_Start(); frm.ShowDialog(); this.Close(); }