function __construct(&$xmlArr)
 {
     parent::__construct($xmlArr);
     $this->_userId = 0;
 }
 function __construct(&$xmlArr)
 {
     parent::__construct($xmlArr);
     $this->initPivotConfig();
 }
 function __construct(&$xmlArr)
 {
     parent::__construct($xmlArr);
     $this->_userId = Openbiz::$app->getUserProfile("Id");
 }