private void LoadFavorites() { FavoriteManager.Load(); }
private void SaveFavorites() { FavoriteManager.Save(); }