public function __construct()
 {
     parent::__construct(substr(get_class(), 4));
     self::action();
 }