public bool Remove(SavedWindow window)
 {
     return this.SavedWindows.Remove(window);
 }
 public void Add(SavedWindow newWindow)
 {
     this.SavedWindows.Add(newWindow);
 }