public void RequestDropPieces() { List <List <Piece> > newpieces = behaviour.DropPieces(); services.NotifyDropPieces(newpieces); }