public IActionResult Index()
        {
            var allMaterials = repo.GetAllMaterials();

            return(View(allMaterials));
        }