public static String GetTypeIdName(DefinitionType definitionType)
 {
     return(definitionType.ToDescriptionString());
 }