private void push(iceBlock ice)
 {
     string newLoc = ice.move();
 }
	private void push(iceBlock ice) {
		string newLoc = ice.move();
	}