private void editorToolStripMenuItem_Click(object sender, EventArgs e)
 {
     EliminarEditor vnt = new EliminarEditor();
     vnt.Show();
 }
        private void editorToolStripMenuItem_Click(object sender, EventArgs e)
        {
            EliminarEditor vnt = new EliminarEditor();

            vnt.Show();
        }