public static void Init()
 {
     editorWindow = EditorWindow.GetWindow<StationObjectEditor>();
     editorWindow.Show();
 }
 public static void Init()
 {
     editorWindow = EditorWindow.GetWindow<StationObjectEditor>();
     editorWindow.Show();
 }