public async Task <IEnumerable <User> > FindAll() { var result = await _repository.FindAll(); return(result); }