private void LoadMenu()
 {
     if (GraphicsCreator != null)
     {
         GraphicsCreator.LoadMenu(MenuId);
     }
 }