// GET: Plans public ActionResult Index() { string currentUserId = User.Identity.GetUserId(); return(View(repository.GetAllPlans(currentUserId))); }