public static GloveModel GetSingleton() { if (Instance == null) { Instance = new GloveModel(); } return(Instance); }
public static void DestoryInstance() { Instance = null; }