using System; using System.Collections.Generic; namespace AvaloniaApplication4.Models; public partial class Product { public int? Id { get; set; } public string? Country { get; set; } public string? Аutomobile { get; set; } public string? Color { get; set; } public int? Count { get; set; } public decimal? Price { get; set; } }