public void Test_SearchShareByWatch()
        {
            IndicatorBLL iBLL = new IndicatorBLL(_unit);

            var tickerList = iBLL.SearchShareByWatch(15, 20160427, false);

            tickerList = iBLL.SearchShareByWatch(15, 20160427, true);
        }