public function newUserAction()
 {
     $regist = new Registro();
     echo $regist->add();
     header("Location: ../login");
 }