Entity:
public class AccountEntity: MasterEntity { public AccountType AccountType { get; set; } public DepartmentEntity Department { get; set; }