public function getIndice()
 {
     return Pessoa::select('index')->distinct()->orderBy('index', 'asc')->get();
 }