public static ShowStoreView GetInstance()
 {
     if (_instance == null)
     {
         _instance = new ShowStoreView();
     }
     return(_instance);
 }
 public static void Destroy()
 {
     _instance = null;
 }