private void btSanpham_Click(object sender, EventArgs e) { SanPham_Form frm = new SanPham_Form(); frm.ShowDialog(); }