public List <SlideViewModel> GetList()
 {
     return(_slideRepository.GetList());
 }