private void btnXoaSanPham_Click(object sender, EventArgs e) { int a = Convert.ToInt32(lblMa.Text); hanghoaBUS.DelData(a); HangHoa_Load(sender, e); }