public function createNotification()
 {
     $notification = CFactory::createNotification();
     $notification->subject = $this->subject;
     $notification->body = $this->body;
     return $notification;
 }