public NoteKeeperRepo(NoteKeeperEntities context)
 {
     this.context = context;
 }
 public NoteKeeperRepo()
 {
     context = new NoteKeeperEntities();
 }