public int TongSoMonAn() { try { return(monanDAO.TongSoMonAn()); } catch (SqlException ex) { throw ex; } return(-1); }