public IActionResult Index() { //List<Student> model = baza.Studenci.ToList(); List <Student> model = adapter.GetList(); return(View(model)); }