description
I get following error.
{"The referential relationship will result in a cyclical reference that is not allowed. [ Constraint name = Dinner_Chef ]"}
I used following thing for initialization
Database.SetInitializer(new System.Data.Entity.DropCreateDatabaseAlways<Db>()); in Global.asax.