private static void ListInventory(InventoryDAL invDAL) { DataTable dt = invDAL.GetAllInventoryAsTable(); DisplayTable(dt); }