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