public int SoLuongKhachToiDaTrongPhong()
        {
            LapPhieuThuePhongDAL lapPhieuThuePhongDAL = new LapPhieuThuePhongDAL();

            return(lapPhieuThuePhongDAL.SoLuongKhachToiDaTrongPhong());
        }
        public Int32 ThemPhieuThuePhong(PhieuThuePhongDTO phieuThuePhong, List <ChiTietThuePhongDTO> dSChiTietThuePhongDTO)
        {
            LapPhieuThuePhongDAL lapPhieuThuePhongDAL = new LapPhieuThuePhongDAL();

            return(lapPhieuThuePhongDAL.ThemPhieuThuePhong(phieuThuePhong, dSChiTietThuePhongDTO));
        }