public UIEntityType AddEntityType(string entityTypeName, UIEntityType baseType) { return(EntityTypes[CSDL.AddEntityType(entityTypeName, baseType != null ? null : string.Concat(entityTypeName, "Set"), baseType == null ? null : baseType.BusinessInstance)]); }