public void StartCopy(Shell32.FolderItem src, Shell32.Folder destFolder)
 {
     destFolder.CopyHere(src, 0 /*4  do not show file copy dialog */);
 }