public function retrieveNote($id)
 {
     $retrieve_note = Note::retrieveNote($id);
     return $retrieve_note;
 }