Navigation Property
[ForeignKey("Villa")]
public int VillaId { get; set; }
public Villa Villa { get; set; }
------------------------------------------
[ForeignKey("VillaId")]