public IActionResult material() { MaterialModel mtr = new MaterialModel(); ViewData["material"] = mtr.list_mtr(); return(View()); }