public SessionGateway(UserContext c) { context = c; }
public SessionGateway() { context = new UserContext(); }