function __construct($iProfileId, $iViewerId = 0)
 {
     BxBaseProfileGenerator::__construct((int) $iProfileId);
     $this->_iViewerId = $iViewerId;
 }