public void UpdateStatus(String username) throws Exception {
   clsMapperAccount mpa = new clsMapperAccount();
   mpa.AccoutUpdateStatus(username);
 }