Entity Framework ObjectSet with its method ToList shows just saved entities. That means, when I call
context.AddToCustomers(myNewCust);
and
Look at the TryGetObjectStateEntry(EntityKey, ObjectStateEntry) method
http://msdn.microsoft.com/en-us/library/system.data.objects.objectstatemanager.aspx