namespace TeacherExt.Entities { public class PersonTitle { public int Id { get; set; } public bool IsUsed { get; set; } } }