public InventoryForm(Tables tableForm, Form1 menuForm) { this.tableForm = tableForm; this.menuForm = menuForm; InitializeComponent(); }