public async Task <IActionResult> GetAllRandomSongs() { var songs = await _songRepository.GetActualRandomSongs(); return(Json(songs)); }