//GetUser will return null if the User isn't found public User GetUser(int id) { return(_userAccessor.Find(id)); }