namespace ProRestaurant.Containers { public class Category { public string Description { get; set; } } }