public ucThemNhanVien()
        {
            InitializeComponent();
            this.nhanvienBUS = new NhanVienBUS();

            //Load ds chuc vu
               // DataSet dataChucVu = new DataSet();
            //dataChucVu = (new ChucVuBUS().LoadComBoBox());

            this.lueChucVu.Properties.DataSource = (new ChucVuBUS().LoadComBoBox());
            this.lueChucVu.Properties.Columns.Add(new LookUpColumnInfo(this.lueChucVu.Properties.DisplayMember));

             //   this.lueChucVu.Properties.
            this.deNgayTao.DateTime = DateTime.Now;
        }
 public ucDanhSachNhanVien()
 {
     InitializeComponent();
     this.nhanVienBUS = new NhanVienBUS();
     this.LoadData();
 }