public async Task <IActionResult> DeleteConfirmed(string id) { var c = await payments.GetObject(id); await payments.DeleteObject(c); return(RedirectToAction("Index")); }