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