public static function get_instance()
 {
     self::$instance === null && (self::$instance = new self());
     return self::$instance;
 }