using System;
namespace ex_ResourceDictionary;
public class Nounours
{
public string? Name { get; set; }
public int HairCount { get; set; }
}