private void LoadDanhSachBenhNhan() { patientlst = BioBLL.GetDanhSachBenhNhan(); this.gridControl_Info.DataSource = patientlst; }