/// <summary>
 /// Display the current status of a build.
 /// </summary>
 public void ShowCurrentStatus()
 {
     CurrentStatusWindow window = new CurrentStatusWindow(SelectedProject);
     window.Show();
 }
        /// <summary>
        /// Display the current status of a build.
        /// </summary>
        public void ShowCurrentStatus()
        {
            CurrentStatusWindow window = new CurrentStatusWindow(SelectedProject);

            window.Show();
        }