public void ImportToComboboxMaChuHo()
        {
            string sosotamtru = txt_SoSoTamTru.Text.ToString();

            cbb_MaChuHo.DataSource = sotamtruBus.ImportToComboboxMaChuHo(sosotamtru);

            //Chọn giá trị là chủ hộ
            cbb_MaChuHo.SelectedIndex = cbb_MaChuHo.Items.IndexOf(sotamtruBus.FindTenChuHoTamTru(sosotamtru));
        }