public int GetTotalNotePass(int _ID_USER)
 {
     return(noteModel.GetTotalNotePass(_ID_USER));
 }