The EntityContainer name could not be determined
If you encounter this error, make sure your constructor is calling the base constructor for an ObjectContext and passing the EntityContainer name.
System.ArgumentException: The EntityContainer name could not be determined. The provided EntitySet name must be qualified by the EntityContainer name, such as'EntityContainerName.EntitySetName', or the DefaultContainerName property mustbe set for the ObjectContext.