public BOPrinterReportDaily GetBaoCaoNgayTong(DateTime dtFrom, DateTime dtTo)
        {
            BOBaoCaoNgay         baocao = new BOBaoCaoNgay(mTransit);
            BOPrinterReportDaily print  = new BOPrinterReportDaily();

            print.BAOCAONGAYTONG       = baocao.GetBaoCaoNgayTong(dtFrom, dtTo).FirstOrDefault();
            print.CAIDATTHONGTINCONGTY = baocao.GetCaiDatThongTinCongTy().FirstOrDefault();
            return(print);
        }
 public BOPrinterReportDaily GetBaoCaoNgayTong(DateTime dtFrom, DateTime dtTo)
 {
     BOBaoCaoNgay baocao = new BOBaoCaoNgay(mTransit);
     BOPrinterReportDaily print = new BOPrinterReportDaily();
     print.BAOCAONGAYTONG = baocao.GetBaoCaoNgayTong(dtFrom, dtTo).FirstOrDefault();
     print.CAIDATTHONGTINCONGTY = baocao.GetCaiDatThongTinCongTy().FirstOrDefault();
     return print;
 }