public function resetTermsCondition()
 {
     $userhelper = new rsUserhelper();
     $userhelper->updateUserTermsCondition();
     die;
 }