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