public static bool IsEntityDomainObject(string typeName) => Framework_PM.IsEntityDomainObject(typeName);
 public static bool IsEntityDomainObject(Type type) => Framework_PM.IsEntityDomainObject(type);