public IEnumerable <FaqCategory> GetFaqCategories()
 {
     return(_faqRepository.GetCategoriesAndQuestions());
 }