public void setStatus(String username, String status) {
   dba.setStatus(username, status);
 }