protected function getNoticationOfUser()
 {
     if ($this->user_id) {
         return NoticationServiceFacade::getNoticationOfUser($this->user_id);
     }
 }