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