public ActionResult Renew(Guid id)
 {
     actions.Renew(id);
     return(RedirectToAction("Index"));
 }