public async Task <IActionResult> Edit([FromRoute] int id) { var @event = await _eventLogic.Get(id); return(View(@event)); }