public TemplateVisualizationAjaxController(
     IBonusService iBonusService,
     ITopicService iTopicService,
     ICouponService iCouponService,
     ILimitTimeBuyService iLimitTimeBuyService,
     IProductService iProductService,
     IPhotoSpaceService iPhotoSpaceService)
 {
     _iBonusService        = iBonusService;
     _iTopicService        = iTopicService;
     _iCouponService       = iCouponService;
     _iLimitTimeBuyService = iLimitTimeBuyService;
     _iProductService      = iProductService;
     _iPhotoSpaceService   = iPhotoSpaceService;
 }