I am working in .NET Core and Entity Framework Core.
I have the following model classes
public class FD { public virtual Branch Branch { get; set; }