public VideoRecommandMoreController(BizVideo bizVideo, BizVideoCategory bizVideoCategory,BizPictureGroup bizPictureGroup,BizNews bizNews)
 {
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
     this.bizPictureGroup = bizPictureGroup;
     this.bizNews = bizNews;
 }
 public VideoIntroduceController(BizVideo bizVideo, BizCastCharacter bizCastCharacter, BizStar bizStar, BizPictureGroup bizPictureGroup, BizNews bizNews)
 {
     this.bizVideo = bizVideo;
     this.bizCastCharacter = bizCastCharacter;
     this.bizStar = bizStar;
     this.bizNews = bizNews;
     this.bizPictureGroup = bizPictureGroup;
 }
 public VideoCategoryController( BizVideo bizVideo, BizVideoCategory bizVideoCategory,BizPictureGroup bizPictureGroup,BizNews bizNews,BizVideoList bizVideoList)
 {
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
     this.bizPictureGroup = bizPictureGroup;
     this.bizNews = bizNews;
     this.bizVideoList = bizVideoList;
 }
 public SingleVideoPlayController(BizSourceFrom bizSourceFrom,BizNews bizNews, BizVideo bizVideo, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideoCategory bizVideoCategory, BizTag bizTag, BizPictureGroup bizPictureGroup)
 {
     this.bizTag = bizTag;
     this.bizSourceFrom = bizSourceFrom;
     this.bizVideo = bizVideo;
     this.bizVideoXTag = bizVideoXTag;
     this.bizVideoCategory = bizVideoCategory;
     this.bizPictureGroup = bizPictureGroup;
     this.bizNews = bizNews;
 }
 public NewsTagSearchController(BizTag bizTag,BizNews bizNews)
 {
     this.bizTag = bizTag;
     this.bizNews = bizNews;
 }