public function deleteNotificationById($id)
 {
     $this->notificationDao->deleteById($id);
 }