public ActionResult Add(MaterialType mt)
 {
     mt.Add();
     return(View());
 }