public DataTable DoanhThu1(int thang, int nam) { try { return(hoaDonDAO.DoanhThu1(thang, nam)); } catch (Exception ex) { throw ex; } }