public bool IsEmpty()
 {
     return(!Occurrences.Any());
 }