public IQueryable <Note> GetAllNoteQueryable()
 {
     return(repo_note.ListQueryable());
 }