public AttributeTypeRepository(ICompanyDbContext dbc, IAttributeTypeMap map, ILogger <AttributeTypeData> log) : base(log, map)
 {
     entityContext = dbc;
 }
 public AttributeTypeRepository(IMainDBContext dbc, IAttributeTypeMap map_factory) : base(map_factory)
 {
     entity_context = dbc;
 }