public bool checkAdmin(string adminnum, string pwd) { bool r; r = log.CheckAdmin(adminnum, pwd); return(r); }