function __construct()
 {
     parent::__construct();
     self::init();
 }
 function __construct()
 {
     parent::__construct();
     //add_action( 'wp_enqueue_scripts', array( $this, 'registerScript' ) );
     $this->init_shortcode();
 }