public IQueryable <string> buscaLotesProducto(int idProducto, int idAlmacen) { return(dalProductos.buscarLotesProducto(idProducto, idAlmacen)); }