private void ExportTXT(string dest, ArgumentsWork.Parameters ParList)
 {
     PTP.ExportTXT(dest, ParList.Map, ParList.RemoveSplit);
 }