public static function getInstance()
 {
     if (is_null(self::$c_instance)) {
         self::$c_instance = new Configurator();
     }
     return self::$c_instance;
 }