private void btnmantenciones_Click(object sender, EventArgs e) { Mantenciones mantencion = new Mantenciones(); mantencion.Show(); this.Hide(); }