public bool TryFind(Expression <Func <T, bool> > predicate, out T entity) { return(Repository.TryFind(predicate, out entity)); }