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