/// <summary>
 /// Raises the Checkout Branch Button event.
 /// </summary>
 public static void OnButton_CheckoutBranch(UVCBrowser browser)
 {
     browser.DisableGUI();
     UVCProcessPopup.Init(VersionControl.Checkout(CommandLine.EmptyHandler, mLocalBranchNames[mLocalBranchIndex], true), false, true, OnCheckoutBranch, true);
 }