namespace InABox.Mobile { public interface IShell { IModel Parent { get; } bool IsChanged(); void Save(string auditmessage); void Cancel(); } }