public DataTable BuscaInventario(string xcod)
 {
     return(objdatos.BuscaInventario(xcod));
 }