private void btnEquipmentType_Click(object sender, EventArgs e) { EquipmentType eqT = new EquipmentType(); eqT.Show(); this.Hide(); }