I am developing an MDI application. The Main window has its window and the child window has the same menu as its parent but with some options added. Now I want that the menu handling code for the menu options that are common to both be handled at a single place. How is this possible?