public string AddBatch(string name) { CbstHelper.FeedLog("Batch script has been added: " + name); return(Batch.AddBatch(name).ToString()); }