public Location(Reserve rsv1, Disabled oku1) { this.rsv1 = rsv1; this.oku1 = oku1; }
public Location(Disabled oku1) { this.oku1 = oku1; }