public async Task <IEnumerable <TEntity> > Buscar(Expression <Func <TEntity, bool> > predicate) { return(await _serviceBase.Buscar(predicate)); }