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