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