public static void RemoveSimObjects() { if (sim_Instance != null) { sim_Instance.removeAllObjects(); } sim_Instance = null; }