private void ribbonButtonCSVtoXML_Click(object sender, EventArgs e) { FormCSVtoXML csvcml = new FormCSVtoXML(); csvcml.Show(this); }