public void UpdateMatKhau(string mand, string pass)
        {
            DAOGiaoVien a = new DAOGiaoVien();

            a.UpdateMatKhau(mand, pass);
        }