public IList <PhieuThuePhongDTO> getListPhieuThuePhongByMaPhieuDat(string name) { try { return(ptpDAO.getListPhieuThuePhongByMaPhieuDat(name)); } catch { throw new Exception("Error!"); } }