/// <summary>
 /// Set theme of Designs
 /// </summary>
 public void SetTheme()
 {
     DisplayController.SetTheme();
     DesignController.SetThemes();
 }