public bool execute(string processName)
 {
     return(_syncRepository.execute(processName));
 }