private void buttonChamCong_Click(object sender, EventArgs e) { ChamCongForm form = new ChamCongForm(); form.Show(); }