public int GetMaxIDDEAD(string malop)
        {
            DAOGiaoVien a = new DAOGiaoVien();

            return(a.GetMaxIDDEAD(malop));
        }