Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs	(revision 1127)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs	(revision 1128)
@@ -406,5 +406,5 @@
         /// </summary>
         /// <returns>Success or Failure. Should be always Success.</returns>
-        private bool RefreshSchedule()
+        public bool RefreshSchedule()
         {
             this.RefreshAvailabilitySchedule();
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs	(revision 1127)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs	(revision 1128)
@@ -3502,5 +3502,5 @@
             this.Cursor = Cursors.WaitCursor;
             LoadSplash();
-            this.Document.RefreshDocument();
+            this.Document.RefreshSchedule();
             this.UpdateArrays();
             StopSplash();
