private void btnAgregarBodg_Click(object sender, EventArgs e) { FrmAgregarProducto frmAgregar = new FrmAgregarProducto(); frmAgregar.Show(); }