private void btnSanpham_Click(object sender, EventArgs e) { frmProduct frm = new frmProduct(); frm.Show(); }