public bool InsertInventory(Inventory inven)
 {
     return(invenDa.InsertInventory(inven));
 }