public ProductPageHandle(AuctionLog auctionLog)
        {
            this.auctionLog = auctionLog;

            propertyList = new PropertyList();

            questionForm = new QuestionForm();
        }
        public ProductPageHandle(AuctionLog auctionLog)
        {
            this.auctionLog = auctionLog;

            propertyList = new PropertyList();

            questionForm = new QuestionForm();
        }