//TODO - There is probably a better way to do this, but its late, and I want to work on the Client Dash
System.out.println("***************Inside findAllForUser**************");
System.out.println("***************Get All Notes**************");
List<Notes> all = ns.findAll();
List<Notes> userNotes = new ArrayList<Notes>();
System.out.println("***************I did get the right ID, right?**************");
System.out.println(id);
Users target = us.findById(id);