using System; namespace BLToolkit.ComponentModel { public interface IObjectView { object Object { get; set; } } }