public IList <PhieuThuePhongDTO> getListPhieuThuePhongLMAll(int a) { try { return(ptpDAO.getListPhieuThuePhongLMAll(a)); } catch { throw new Exception("Error!"); } }