public bool checkTeacher(string teanum, string pwd) { bool r; r = log.CheckTeacher(teanum, pwd); return(r); }