public ClientStructures()
 {
     SlotSon = new SlotViewJson();
     MsgSon  = new MsgViewJson();
     MenuSon = new MenuViewJson();
     GameSon = new GameViewJson();
 }
 public SlotViewModel()
 {
     _slotJson = new SlotViewJson();
 }