This is my database.

I use ADO.NET Entities Framework 3.5 to get data in my project (it is a winform application), this is my Entities:

I want make a grid wich has two information, name of student and class name of student,for example:

To do that, I create a class to the project and name it ItemOfGrid to make struct object of grid.
And this is code in method Form_Load of my form:
And I get a error:

But when I add command: entities.Class.ToList();
Everything is ok,the form run correctly! I don't know why? Ip anyone know why or how to fix it,please help!
8fe6a0ef-ec49-4864-8a2c-0d02c30df102|0|.0