internal IList <Clientes> ConsultarConFiltro(Dictionary <string, object> filtros)
 {
     return(oClienteDao.GetByFilters(filtros));
 }