//zapis PDF
 private void ctxMenuPDF_Click(object sender, EventArgs e)
 {
     pres.WriteToTxt();
 }