Move contract group selection to contract create
requested to merge fix/move-contract_group-selection-to-contract-create into feat/add-contract-groups
We move this logic to the Contract create method to execute it in any contract creation.
The logic in the Base Contract Process it's executed only using the API contract creation, but we need it any time that we create a contract.