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