This public constructor should not be used anymore. Use the NewInstance method instead.
public UserBusinessObject();
Remarks
We just have this constructor here because NameEntity still uses a public constructor (instead of a static factory method).
See also:
Class UserBusinessObject