public ActionResult Update(MaterialType mt)
 {
     mt.Update();
     return(RedirectToAction("ShowAll"));
 }