function getCLientes($inicio, $fin, $activo)
 {
     $clts = new mPerfilTransaccional();
     return $clts->listaPerfiles($inicio, $fin, $activo);
 }