protected void btSubmit_Click(object sender, EventArgs e)
 {
     fc.insertContact(txtName.Text, txtAdd.Text, txtPhone.Text, txtEmail.Text, txtTitle.Text, txtCont.Text);
     Response.Write("<script>alert('Cảm ơn bạn đã liên hệ. Chúng tôi sẽ liên hệ với bạn sau.')</script>");
 }