public int CompareTo(CalendarSharer other)
 {
     return(_participant.CompareTo(other._participant));
 }