public void LoadExisting()
 {
     _libraries.Clear();
     WinLibraryOSHelper.EnumerateLibraries();
     AddLibraries();
 }
 public void ApplyChanges(bool createSystemRootMirror)
 {
     WinLibraryOSHelper.CreateLibraries(createSystemRootMirror);
 }