public Instructor() { Cohort = new Cohort(); }
public Student() { Cohort = new Cohort(); Exercise = new List <Exercise>(); }