public static function init()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
 }