name=n; password = pw;
return name;
return password;
return session;
this.name = name;
this.password = password;
this.session = session;