public function __construct()
 {
     self::$tmp = new Tmp();
     self::dispatcher();
     self::data();
 }