public AdminVideoGroupController(BizVideoChild bizVideoChild,BizSourceFrom bizSourceFrom, BizStar bizStar, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideo bizVideo, BizVideoCategory bizVideoCategory)
 {
     this.bizSourceFrom = bizSourceFrom;
     this.bizStar = bizStar;
     this.bizVideoXTag = bizVideoXTag;
     this.bizCastCharacter = bizCastCharacter;
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
     this.bizVideoChild = bizVideoChild;
 }
 public GroupVideoPlayController(BizNews bizNews,BizVideoChild bizVideoChild, BizSourceFrom bizSourceFrom, 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.bizVideoChild = bizVideoChild;
     this.bizPictureGroup = bizPictureGroup;
     this.bizNews = bizNews;
 }