// Labels Implementaion Methods.

        public ICollection <Label> GetLabels(int NoteID)
        {
            return(keepNotes.GetLabels(NoteID));
        }