public async Task <IActionResult> OnPostAsync(Event evnt) { await eventCatalogue.CreateItem(evnt); return(RedirectToPage("EventOverview")); }