in forwarders project I have a table named Ports
portid
portname
has a relationship 1 to many to quotation,
Quotationid
Qoutationdate
POL
POD
- port of loading , port of discharge.
I want to show the user dropdownlist shows the portname in POL and POD and save portid in both fields
So,can foreign key be recurred in one row? , thanks in advance. And how to make it in MVC model