private static void UpdateModel(LibrarySwitcher model)
 {
     model.UpdateListOfBranches();
     model.UpdateCurrentBranchName();
     model.UpdateCachedLibrariesInfo();
 }
 private static void UpdateModel(LibrarySwitcher model)
 {
     model.UpdateListOfBranches();
     model.UpdateCurrentBranchName();
     model.UpdateCachedLibrariesInfo();
 }