public bool AddFavorite(Guid id) { HomeViewModel favoritesViewModel = new HomeViewModel(Session); return(favoritesViewModel.AddToFavorite(id)); }