void AgregarToolStripMenuItemClick(object sender, EventArgs e) { AProducto agregaproducto = new AProducto(); agregaproducto.Owner = this; agregaproducto.ShowDialog(); }