public function list_all()
 {
     $inst_list = $this->instituicao_dao->find_all();
     return $inst_list;
 }