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