public void Handle(MessageSkinChanged message)
 {
     try
     {
         this.SetColor("ColorSkin", message.Skin.ColorSkin);
     }
     catch (Exception)
     {
     }
 }
 public void Handle(MessageSkinChanged message)
 {
     try
     {
         this.SetColor("ColorSkin", message.Skin.ColorSkin);
     }
     catch (Exception)
     {
     }
 }