public DataTable GetNoteWithoutPassword(int _ID_USER)
 {
     return(noteModel.GetNoteWithoutPassword(_ID_USER));
 }