Paraphrasing from this MSDN documentation ...
An INSERT statement is generated by the Entity Framework and executed on the data source when SaveCh
EDIT
If you are trying to do an insert, then do not fill in the PK field (I'm guessing that's StudentID).