private void buttonItem1_Click(object sender, EventArgs e) { frmSolicitudCombustibles ofrmSolicitudCombustible = new frmSolicitudCombustibles(); ofrmSolicitudCombustible.ShowDialog(); }