I am trying to access the DbSet.Load() function to load the entities. This function no longer exists in EF 6.0; upon certain investigation I foun
DbSet.Load()
Also, besides System.Data.Entity, you must add the System.Linq namespace as well as System.Windows.