static public void createInstance()
 {
     if (_instance == null)
     {
         _instance = new UObjectManager();
     }
 }
 static public void createInstance() {
     if(_instance == null) {
         _instance = new UObjectManager();
     }
 }