// GET: ProfileController public ActionResult Index() { List <UserProfile> users = _userProfileRepository.GetAllProfiles(); return(View(users)); }