Is there a way to do this without iterating through the List and adding the items to the ObservableCollection?
ObservableCollection result = new ObservableCollection(yourobjectlist);