public async Task <int> AddEventActivity(EventActivityDTO eventActivity) { return(await _attendanceRepository.AddEventActivity(eventActivity)); }