Try your search with a different keyword or use * as a wildcard.
@model List
@foreach (var product in Model)
{
var id = product.Id;
}