private void ListInventory(InventoryDAL inventory)
 {
     DataTable table = inventory.GetCompleteInventory();
      Console.WriteLine(DbUtils.TableToString(table));
 }