public void DeleteLop(string macd, string malop) { DAOGiaoVien a = new DAOGiaoVien(); a.DeleteLop(macd, malop); }