public bool GetAuthorityPassword(string p)
 {
     return(courseDB.GetAuthorityPassword(p));
 }