private void btnThayDoi_Click(object sender, EventArgs e) { FormThayDoi fr = new FormThayDoi(); fr.ShowDialog(); }