public string Relatorio() { return("CASA:" + _rel.Preparar(Localidade)); }
public string Relatorio() { return("LIVRO: " + _rel.Preparar(Nome)); }