using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.ComponentModel; namespace Tango.BL.Entities { public enum Events { } }