SelectList leList=new SelectList(lessons,id,Name,selectLessonID)
<font color=#00ffff size=5>The function SelectList takes 4 arguments: the first argument is the list<Lesson> lessons,the second and third are the ID and Name of lesson,the fourth is the selectLessonID. </font>