public List <Inventory> SelectAll()
 {
     return(invenDa.SelectAll());
 }