public async Task <ActionResult> DeleteConfirmed(int id) { await DbAdaptor.DeleteContactAsync(id); return(RedirectToAction("Index")); }