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