namespace comal.timesheets { public interface IShell { IModel Parent { get; } } }