public async Task <IActionResult> EventRemove(int ID) { await _eventiApi.DeleteEventAsync(ID); return(Redirect("/Administrator/Home/Index")); }