private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     client.Send((int)Scripts.JsonCommandIDs.Broadcast_LocationChanged, new Models.LocationModel()
     {
         Name = "Ballerup"
     });
 }