public void AddItem(long itemId)
 {
     serverInterface.AddLibraryItemToPlaylist(itemId);
 }