public function setParent(Album $albumObject) {
        
        $this->ParentAlbum = $albumObject;
        
        return $this;