/**
  *Check to see if we are creating a new user
  * @returns boolean
  */
 protected function creatingNewUser()
 {
     return iHRIS_Module_SelfService::selfRegister();
     //return ($this->request_exists('user_choice') && $this->request('user_choice') == 'new' );
 }