ASP.NET MVC SELECT ENTRÉMOI

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