public String newUser(User user) throws SQLException {
   dbcon.newUser(user);
   return "index.xhtml";
 }