private void AddSong(Model.Song song, string path) { song.Path = GetDirectoryName(path); directoriesService.AddSong(song); }