private void btnPhongBan_Click(object sender, EventArgs e) { Quanlyphongban frmpb = new Quanlyphongban(); frmpb.Show(); this.Hide(); }