The question is the following. There are 2 tables: ROUTE:
Sight: 
Each route includes several attractions. In theory, it is necessary to create a one-to-many connection, but with such a connection in the Route table, the coordinates for each attraction will be repeated. How to do? 
Created 3 table. It turned out the following: 
Please tell me how to make a selection using LINQ of the inquiry so that I can get a collection of the following plan: (Coordinates of the route and coordinates of the points of the beginning of the route) - from 1 table (Name, description, coordinates of attraction) - from 2 tables