public ChooseObj(Home h) { this.H = h; InitializeComponent(); }
public Main(int id, Home h) { InitializeComponent(); this.H = h; this.objId = id; }