private void cbb_Loai_SelectedIndexChanged(object sender, EventArgs e)
        {
            Loai = HelperUI.checkLoai(cbb_Loai.Text);
            if (Loai.Equals("01"))
            {
                Type = "TypeV";
                HelperUI.loadData_cbbPhanLoai(cbb_PhanLoai, Type);
            }

            else
            {
                Type = "Type";
                HelperUI.loadData_cbbPhanLoai(cbb_PhanLoai, Type);
            }
            HelperUI.autoCompleteTenSanPham(tb_TenSanPham, Loai);
        }
        //Không thay đổi trừ Admin
        //Lấy Value - Key ""
        private void cbb_Loai_SelectedIndexChanged(object sender, EventArgs e)
        {
            Loai = HelperUI.checkLoai(cbb_Loai.Text);
            if (Loai.Equals("01"))
            {
                Type = "TypeV";
                HelperUI.loadData_cbbPhanLoai(cbb_PhanLoai, Type);
            }

            else
            {
                Type = "Type";
                HelperUI.loadData_cbbPhanLoai(cbb_PhanLoai, Type);
            }

            fillData();
        }