I just started using Code first approach for creating databases. I have following 3 tables :
public partial class AccountHolder { public int AccountHolderId
You try to insert Address Nominees_NomineeId that is not exists in Nominee.You should First instance of Nominee then fill value and create Address and fill value last create instance of AccountHolder.and then save