public void AddLegalInformation(LegalInformationType type, DateTime dueDate, DateTime dateOfRenovation) { LegalInformation.AddLegalInformation(type, dueDate, dateOfRenovation); }
public Dates this[LegalInformationType type] { get => _information[type];