public bool AddOrUpdateFAQ(FAQ model)
 {
     return(_sliderRepository.AddOrUpdateFAQ(model));
 }