Remove regMap as FrontEndFactory argument
To make register maps come directly from classes that inherit from FrontEndBase.
I made this to try and make it simpler to isntantiate FEN objects in the api, and also because I think changes in register maps should come together with changes in the API version for each FEN.
I also opened one MR for each FEN api and epics module to make this compatible.