public List <MATERIAL> AllMaterials() { try { return(materialS.All()); } catch (Exception e) { throw e; } }