private void LSPN_LoadDanhSachPhieuNhapTheoNgayDaXoa() { List <PhieuNhapDTO> lsPhieuNhap = PhieuNhapBUS.LayDanhSachPhieuNhapTheoNgay(dtpNgayNhap.Value, false); dgvPhieuNhap.DataSource = lsPhieuNhap; if (dgvPhieuNhap.Rows.Count > 0) { LoadCTPhieuNhap(Convert.ToInt32(dgvPhieuNhap.Rows[0].Cells["colPN_MaPhieuNhap"].Value)); } }