public ucThemPhieuBaoHanh()
        {
            InitializeComponent();

            this.hoaDonBaoHanhBUS = new HoaDonBaoHanhBUS();
            this.leTrangThai.Properties.DataSource = (new HoaDonBaoHanhBUS().LayDanhSachTrangThai());
            this.leTrangThai.Properties.Columns.Add(new LookUpColumnInfo(this.leTrangThai.Properties.DisplayMember));

            this.LoadData();
        }
 public ucPhieuBaoHanh()
 {
     InitializeComponent();
     hdbhBUS = new HoaDonBaoHanhBUS();
     this.LoadData();
 }