public int Count(Expression <Func <Author, bool> > filter = null) { return(_authorDal.Count(filter)); }