public bool EliminarInventario(string xId)
 {
     return(objdatos.EliminarInventario(xId));
 }