public function AddSong($url, $title)
 {
     parent::addSong($url, $title);
 }