public void AddUserToEvent(int eventId, int userId)
 {
     eventRepo.AssignUserToEvent(eventId, userId);
 }