public List <StudentCourseList> GetStudentList(int NId)
 {
     return(courseDB.GetStudentList(NId));
 }