public void Prepare(string name)
 {
     DeleteHelper.DeleteProtocol(name + ".assay-protocol");
     DeleteHelper.DeleteResults(name + " (1).assay-results");
     DownloadProtocol.Search_Protocol(name);
     DownloadProtocol.WaitFor();
     DownloadProtocol.Download_Protocol(name);
     Delay.Seconds(10);
 }