public List <Notice> GetNotice(int NId)
 {
     return(courseDB.GetNotice(NId));
 }