public AddCustomer(Home h) { home = h; InitializeComponent(); }
public ViewFlight(Home h) { home = h; InitializeComponent(); }
public ViewBooking(Home h) { home = h; InitializeComponent(); }
public DeleteFlight(Home h) { home = h; InitializeComponent(); }