private void dGVketQua_DoubleClick(object sender, EventArgs e) { ChiTietKetQua ctkq = new ChiTietKetQua(); this.Hide(); ctkq.Show(); }