public void PlaceTower(Guid cellId)
 {
     setupController.PlaceTower(Clients.All, cellId);
 }