private function getSongs()
 {
     //return DB::table('songs')->get();
     return Songs::get();
 }
 private function getSongs()
 {
     return Songs::get();
 }