public function notifyObservers()
 {
     $this->observable->notifyObservers();
 }