public void Delete(int id)
 {
     _FAQs.DeleteFAQ(id);
     _logger.Log(LogLevel.Information, this, LogFunction.Delete, $"FAQ Deleted {id}");
 }