// GET: All Done Plans public ActionResult AllDone() { return(View("Index", repository.GetAllDone(User.Identity.GetUserId()))); }