private void DeleteRow(int indexRow) { string maCanHo = gridView1.GetRowCellValue(indexRow, "Mã").ToString().Trim(); context.xoaCanHo(maCanHo); }