public int CountAll(Expression <Func <Shipper, bool> > filter = null) { return(_shipperDal.CountAll(filter)); }