Well I have a Linq statement which looks like this:
db.Orders.Where(x => x.Employee.LastName.Equals(list[i])) .OrderBy(x => x.Customer.CompanyN