private void buttonItem1_Click_1(object sender, EventArgs e) { frmSuplidor ofrmSuplidor = new frmSuplidor(); ofrmSuplidor.ShowDialog(); }