ASP.NET MVC Выберите из многих ко многим отношениям

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