public void Cutout(string cutmark)
 {
     executable = executable.CutOut(cutmark);
     parameter  = parameter.CutOut(cutmark);
 }