private void btnThem_Click(object sender, EventArgs e) { SanPham_DTO kh_DTO = new SanPham_DTO(txtTen.Text, 0, null, txtGiaBan.Text, null, txtLoai.Text); if (sp_BUS.InsertDV(kh_DTO)) { MessageBox.Show("Thêm thành công!"); QLDichVu_GUI_Load(sender, e); } else { MessageBox.Show("Thêm thất bại!"); } }