public IEnumerable <UserAccount> All()
 {
     return(_userAccountRepository.All(_currentUser.Id));
 }