private void button_copy_marked_Click(object sender, EventArgs e)
 {
     ActiveDocument.CopyMarkedSegments();
 }