public string InsertarInventario(InventarioEn objE)
 {
     return(objdatos.InsertarInventario(objE));
 }