public void DeleteFaqCategory(Guid id, Guid?newCategoryId)
 {
     faqRepository.DeleteFaqCategory(id, newCategoryId);
 }