static function Instance()
 {
     if (!isset(self::$mrInstance)) {
         self::$mrInstance = new Configuration();
     }
     return self::$mrInstance;
 }