public function GetNotification($id)
 {
     $this->options = new WSAL_Models_Option();
     return $this->options->GetNotification($id);
 }