I'm doing a base form with all the components I need to perform a CRUD, and for example, when I create the client registration form, I'm going to inherit the base class and so all the basic components that I need to use appear, so far so good , when I make this inheritance the components appear as I really wanted, except that they get blocked, I can not put any more components on top of this inherited form, is there any possibility of taking the inheritance from the base class and then continuing to put extra components?