using System; namespace SalesCatalog.Model { public enum StockStatus { NoStock, InStock } }