public function __construct($componentId)
 {
     $this->_componentId = $componentId;
     parent::__construct();
 }