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