public async Task <IActionResult> Index() { var indexVMs = await service.GetEventsAsync(); return(View(indexVMs)); }