public IEnumerable <MaterialModel> GetAll()
 {
     return(MaterialRepo.GetAll());
 }