public function notifications()
 {
     return $this->hasMany(Notification::getClass());
 }