/// <summary>
 /// Called just before the current solution closes
 /// </summary>
 public void solutionEvents_BeforeClosing()
 {
     // Clear the task list
     TaskViewModel.ClearTaskCollections();
 }