public ConsoleStudentGroupLogger(StudentGroup group)
 {
     group.SubscribeLogger(this);
 }