class TransactionState {
String? uuid;
String? contragentName = 'Частное лицо';
String? sectionName = 'Основной';
int? transactionId;
}