//Load txt public string TenCDtxt(string macd) { DAOGiaoVien a = new DAOGiaoVien(); return(a.TenCDtxt(macd)); }