public bool EstaEnElDeposito(Pintura pintura) { return(this == pintura); }
public bool Agregar(Pintura pintura) { return(this + pintura); }