public void DeleteKhaNang(string tencd, string magv) { DAOGiaoVien a = new DAOGiaoVien(); a.DeleteKhaNang(tencd, magv); }