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