private void Markup_Click(object sender, EventArgs e) { DocMarkupForm form = new DocMarkupForm(); form.ShowDialog(); }