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