public IEnumerable <FAQ> GetAllFAQs() { try { var FAQs = _iFAQRepository.GetAllFAQs(); return(FAQs); } catch (Exception ex) { return(null); } }