public MonAnDTO[] LayDSQuaTang(double gia) { try { return(monanDAO.LayDSQuaTang(gia)); } catch (SqlException ex) { throw ex; } return(null); }