public ActionResult Index() { var materials = _materialsService.Index(); return(View(materials.ToList())); }