// get all the Notes in Service.
 public List <Notes> GetAllNotes()
 {
     return(keepNotes.GetAllNotes());
 }