public async Task <IActionResult> DeleteEvent(int id) { await _repository.DeleteEvent(id); return(NoContent()); }