It did not work, because the visual studio, when automatically creating a view for foreign keys, uses Labelfor instead of DisplaynameFor, as shown below:
@Html.LabelFor(model => model.Employee1.LastName, "Employee1")
, DataAnnotation, :
@Html.LabelFor(model => model.Employee1.LastName, "My Employee")