public static void DeleteInstance() { instance = null; }
public static void CreateInstance() { instance = new MaterialDefinitionLibrary(); }