public function __construct(ContentRepositoryInterface $contentRepo)
 {
     parent::__construct();
     $this->contentRepo = $contentRepo;
 }