private void FlipX_Changed(object sender, EventArgs e)
 {
     ExternalApps.PngFlipX(InlayFile);
     picInlay.ImageLocation = InlayFile;
 }