Hello. There was a problem with the use of the Entity Framework Code First: everything was fine, everything was normally written to the database. The problem manifests itself when sampling some objects.
In short: there are classes A and B, which are connected by class C (there are many to many connections; that is, there are two fields of class A and one class B in class C). The primary keys of each class are guids.
When I need to select instances of class A associated with some instance of class B and I look at table C and form the strings through which I will drag instances of class A, all information is pulled out of the database except references to instances of class A.