public void DeleteEventByIdAsync(int id) { _EventsRepository.DeleteById(id); _EventsRepository.SaveChanges(); }