function ProcessRequest()
 {
     $userObj = new ProcessUser();
     $urlRedirect = $userObj->UpdatePassword();
     return array('exec' => 'GtfwAjax.replaceContentWithUrl("subcontent-element","' . $urlRedirect . '&ascomponent=1")');
     return NULL;
 }
 function ProcessRequest()
 {
     $userObj = new ProcessUser();
     $urlRedirect = $userObj->UpdatePassword();
     $this->RedirectTo($urlRedirect);
     return NULL;
 }