private void btnXoa_Click(object sender, EventArgs e)
 {
     dt.BangDiemDanh_DELETE(Convert.ToInt32(txtMaHS.Text), dateTimePicker1.Text);
 }