public List <AuthorDetail> GetAuthorDetails(Expression <Func <Author, bool> > filter = null) { return(_authorDal.GetAuthorDetails(filter)); }