// Initilaize IKeepNote.
 public NoteServiceImplementation(IKeepNotes keep)
 {
     keepNotes = keep;
 }