public function postDelete($event)
 {
     parent::postDelete($event);
     $this->get('Areas')->delete();
 }
 public function postDelete($event)
 {
     parent::postDelete($event);
     $this->Area->delete();
 }