public static string Add(string jobName, string serverName)
 {
     return(jobman.AddConnection(jobName, serverName));
 }