I am using C# and the Entity Framework to access a MySQL database. I am grabbing the results of a stored procedure, and trying to turn them into a list of objects, However whenever it comes to the part what references a table through a one to many relationship, it fails with the errorI am using C# and the Entity Framework to acces