public bool HasMarkForEvent(Event @event)
 {
     return(EventLogs.Any(x => x.EventId == @event.Id));
 }