private static function instance()
 {
     is_null(self::$ins) && (self::$ins = new self());
     return self::$ins;
 }