public function find_user_by($cpf)
 {
     $user = $this->usuario_dao->find_user_by_cpf($cpf);
     return $user;
 }