public List <ContatoInfo> Listar() { ContatoDAL dal = new ContatoDAL(this.DbHnd); dal.Filters = this.Filters; return(dal.Listar()); }