void OnDestroy()
 {
     sm_Instance = null;
 }
 public static void OpenWindow()
 {
     sm_Instance = (ShortcutListWindow)GetWindow(typeof(ShortcutListWindow), true, "Shortcuts", true);
 }