public ActionResult Awarded(int id) { _quoteManager.AwardQuote(id); return RedirectToAction("Edit", new { id = id }); }