public async Task <bool> DeleteMemberEventActivity(int id) { return(await _attendanceRepository.DeleteMemberEventActivity(id)); }