public virtual bool IsExist(Expression <Func <TEntity, bool> > filter)
 {
     return(_entityRepository.IsExist(filter));
 }