private void Initialize(MenuWindow mw, String Title, List <MenuItem> items) { mw.Title = Title; mw.ListItems = items; mw.ConstructMenu(); }