I am trying to create a constructor for my Context class from an ObjectContext.
I want to do this because I am using DevExpress xaf which makes it easy to get hold of the ObjectContext from inside a view....The MSDN help is ...here... but it does not inc...