let tank = {
    name: 'Tank',
    plural: 'Tanks',
    amount: 0,
    enabled: true,