public IEnumerable <Faq> GetMulti(Expression <Func <Faq, bool> > predicate) { try { return(_faqRepository.GetMulti(predicate)); } catch (Exception exception) { AddLogError(exception, "Error when get multi faqs"); } return(null); }