var rowNumList = from f in customerFindLastList join r in customerRowNumList on f.MusterijaID equals r.MusterijaID select new { r.RowNum };