namespace Bücherwurm { partial class Item { public enum StatusEnum { Available, Lended } } }