private void btnMovimiento_Click(object sender, EventArgs e) { this.Close(); EntradaProductos entrada = new EntradaProductos(); entrada.Show(); }