public void AddMentor(Mentor mentor) { Mentors.Add(mentor); }
internal void AddMentor(Mentor mentor) { mentors.Add(mentor); }