public bool AddNewNotice(Notice course)
 {
     return(courseDB.AddNewNotice(course));
 }