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