public bool VerificarVenta(string idProducto, int idVenta)
 {
     return(ManajedorSQL.VerificadorDeExistentesVenta(idProducto, idVenta));
 }