private void previewToolStripMenuItem_Click(object sender, EventArgs e) { PreviewForm preview = new PreviewForm(); preview.showPreview(client); }