public AddSubject(Home h) { this.h = h; InitializeComponent(); }
public AddEmployee(Home h) { this.h = h; InitializeComponent(); }
public EditEmployee(string eid, Home h) { this.eid = eid; this.h = h; InitializeComponent(); }
public EditUser(string Uid, Home h) { InitializeComponent(); this.Uid = Uid; this.h = h; }