ORM from domain class to controls
It seems that ORM focuses on mapping database fields to a domain class.
It seems that there should be a way to map that domain class to controls that are displayed to a user once the data is pulled from the DB.
Is there any way (Fluent) NHibernate can do that for me?