I have 2 lists, Say Student and Grades. Both the lists have stuID in common.
class Student { public int stuID; public string Name; // other prope