public void RemoveLabel(int NoteID, int LabelID)
 {
     keepNotes.RemoveLabelByLabelIDandNoteID(NoteID, LabelID);
 }