public static function getConfig()
 {
     if (is_null(self::$me)) {
         self::$me = new Config();
     }
     return self::$me;
 }