private void ProductInput_Load(object sender, EventArgs e) { productID = productBO.GetID(); loadCustomerName(); loadProduct(); txtHoten.Focus(); }