public void AddProductToRecentViewed(RecentVisitedProduct model)
 {
     _sliderRepository.AddProductToRecentViewed(model);
 }