public IEnumerable <UserBE> GetSeatRecommendations(uint?offset, uint?limit, out uint totalCount, out uint queryCount)
 {
     return(_seatingBL.GetSeatRecommendations(LicenseDocument, offset, limit, out totalCount, out queryCount));
 }