public static GenericStoreAssets GetInstance()
 {
     if(instance == null)
     {
         instance = new GenericStoreAssets();
     }
     return instance;
 }
 public static GenericStoreAssets GetInstance()
 {
     if (instance == null)
     {
         instance = new GenericStoreAssets();
     }
     return(instance);
 }