public EDBUser searchUser(String name) throws IOException, SQLException {
   return loginDao.searchuser(name);
 }