public int ProcessWaitClose(string process, int timeout)
 {
     return(AutoItX.ProcessWaitClose(process, timeout));
 }