/**
  * Persist the form.
  *
  * @return User
  */
 public function persist()
 {
     return $this->repository->create($this->request->all());
 }