public string LayMatKhau(string mand)
        {
            DAOGiaoVien a = new DAOGiaoVien();

            return(a.LayMatKhau(mand));
        }