using System;
namespace Stylet.Samples.MasterDetail
{
public class EmployeeModel
public string Name { get; set; }
}