public bool editar(Venta entidadanterior, Venta entidadmodificada)
 {
     return(repo.editar(entidadanterior, entidadmodificada));
 }