private void btnCutting_Click(object sender, EventArgs e) { Cutting cutting = new Cutting(); cutting.ShowDialog(); }