public static void BindAndInitialize(this MenuModel self, IMenuBarView view)
 {
     self.Bind(view);
     view.Items = self.Items;
 }