public string LayTenLop(string macd, int solop)
        {
            DAOGiaoVien a = new DAOGiaoVien();

            return(a.LayTenLop(macd, solop));
        }