void Save(object o)
 {
     TransferFile.RequestUpdate(new TransferLog(Path.Combine(SelectedSite.Directory, _logFileName)), SelectedSite.Models.First().DuplicateIdCheck, CreateFileForTransfer, 200, OnFinishedTransfer);
     MessageBox.Show("A request to update has been sent. The time taken to acknowledge such a request will depend on whether the trial site has their BLOW-trial application running, and how often the application is backing up to the cloud. You will be notified when the update is occuring. Please do not close or log out until this notification has occured.");
     OnRequestClose();
 }