MobileContainer button to open a MobileScreen

How to make a button in a MobileContainer show a MobileScreen, since the Show(self) creates an error:

expects class MobileScreen, but this is class MobileContainer.
s.Show(self)

Solution here: Events from container in scrollable area

Thank you so much!