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