public void UpdateInventory(Inventoryinfo invenInfo)
 {
     invendao = new inventorydao();
     invendao.UpdateInventoryByInventoryID(invenInfo);
 }