I have EF context as below
_context.Offices .Where( x => x.ID == id ) .Include( x => x.County) .ThenInclude( x => x.Emp