private void btnOk_Click(object sender, EventArgs e)
 {
     Ultilities.SaveConnectionInformation(tbServerName.Text.Trim());
     MessageBox.Show("Cấu hình cơ sở dữ liệu thành công!\nChương trình sẽ được khởi động lại!", "Thông báo", MessageBoxButtons.OK);
     this.DialogResult = DialogResult.OK;
     Application.Restart();
 }