ASP.NET MVC Wählen Sie von vielen zu vielen Beziehung

var prod = EFModel.Products.Where(x => x.Categories.Any(c => c.ID == id));
Impossible Iguana