public MobileB(Software s1) { this.s1 = s1; }
public MobileA(Software s1, Software s2) { this.s1 = s1; this.s2 = s2; }