public function renderDefault()
 {
     $this->template->songs = $this->songsManager->getAllSongs();
     Debugger::barDump($this->template->songs[0]);
 }