public DataTable GetNoteWithCategory(int _ID_USER, int _ID_CATEGORY) { return(noteModel.GetNoteWithCategory(_ID_USER, _ID_CATEGORY)); }