function __construct()
 {
     parent::__construct();
     $this->soproject = CreateObject('property.soproject');
     $this->historylog = CreateObject('property.historylog', 'request');
     $this->bocommon = CreateObject('property.bocommon');
     $this->interlink = CreateObject('property.interlink');
 }
 public function __construct()
 {
     parent::__construct();
 }