public bool checkStudent(string stunum, string pwd) { bool r; r = log.CheckStudent(stunum, pwd); return(r); }