public void DeletePlaylistTrack(long playlistTrackId)
 {
     repo.DeletePlaylistTrack(playlistTrackId);
 }