initialize() function can be called by anybody when the contract is not initialized.
More importantly, if someone else runs this function, they will have full authority because of the __Ownable_init() function.
Here is a definition of initialize() function.
Add a control that makes initialize() only call the Deployer Contract or EOA;
