// GET: Vartotojai public ActionResult Index() { var userList = _personsService.GetList(); return(View(userList.ToList())); }