private function getUserPublicationWithoutOthers($username)
 {
     $model = new ModelUser();
     return $model->getUserPublicationWithoutOthers($username)->fetchAll();
 }