public ActionResult ExpireOffer(string id) { _offer.ExpireOffer(id); return(RedirectToAction("Campaign")); }