public static AssetManager getInstance()
 {
     if (_instance == null)
     {
         _instance = new AssetManager();
     }
     return _instance;
 }