@ -12,6 +12,7 @@ public class Student {
String studentName;
String studentId;
String studentRole;
List<Course> courses = new ArrayList<>();
public Student(){