public function __construct($obj, $t = 'guide')
 {
     parent::__construct($obj);
     $this->type = $t;
 }
 public function __construct($obj)
 {
     parent::__construct($obj);
 }