When declaring objects of type ObservableCollection, you have to reference the WindowsBase .net component. Then, add a
using System.Collections.Generic;
In general, when trying to determine what component to reference when a specific namespace is known, lookup a specific class in the namespace on MSDN and the assembly will be listed.