public ActionResult Index() { var userId = User.Identity.GetUserId(); var model = svc.GetISPUsers(userId); return(View(model)); }