public int SoLuongNhom(string macd)
        {
            DAOGiaoVien a = new DAOGiaoVien();

            return(a.SoLuongNhom(macd));
        }