private void BtnUpdateType_Click(object sender, EventArgs e) { UpdateType updateType = new UpdateType(); this.Hide(); updateType.Show(); }