public Task DeleteCategory(long id)
 {
     return(_faqRepository.DeleteCategory(id));
 }