public int Id { get; set; } private string name; public string Name { get { return this.name; } set { this.name = value; } }