public void DeleteInventory(Inventoryinfo invenInfo)
 {
     invendao = new inventorydao();
     invendao.DeleteInventoryByInventoryID(invenInfo);
 }