public ActionResult Delivered(int?id) { Donation.ChangeStatus(id, "Delivered"); return(RedirectToAction("Index")); }