public IEnumerable <SystemUser> getAll()
 {
     return(userRepo.GetAll().WithoutPasswords());
 }