public static void ShowWindow()
        {
            UnityInternalIcons w = EditorWindow.GetWindow <UnityInternalIcons>();

            TarfmagougouHelperUII.SetWindowTitle(w, "Internal Icons");
        }
        public static void ShowWindow()
        {
            UnityInternalIcons w = EditorWindow.GetWindow <UnityInternalIcons>();

            w.titleContent = new GUIContent("Internal Icons");
        }