public List <int> GetAllEventsParticipate(int id) { AttendanceDAO attend = new AttendanceDAO(); return(attend.GetEventIdByParticipate(id)); }