private void addCourseStudent(CourseStudent cs) { CSList.Add(cs); }
public void addCourseStudent(CourseStudent cs) { CSList.Add(cs); }