public bool deleteStudent(StudentClass s) { SubjectManager manager = new SubjectManager(); return(manager.deleteSubject(s)); }