/**
  * @param SerienLoader\Entities\TvShow $tvShow
  */
 public function setTvShow(TvShow $tvShow)
 {
     $this->tvShow = $tvShow;
     $tvShow->addSeason($this);
     return $this;
 }