public HeadViewComponent(ICodePlugInRepository codePlugInRepository)
 {
     _codePlugInRepository = codePlugInRepository;
 }
 public ScriptViewComponent(ICodePlugInRepository codePlugInRepository)
 {
     _codePlugInRepository = codePlugInRepository;
 }