private void button8_Click(object sender, EventArgs e) { DataPanel dp = new DataPanel(); this.Dispose(); Close(); dp.Show(); }