// Method to update the history
 public void updateHistory()
 {
     this.State = new State(Board, Player_1, Player_2, Counter);
     Records.AddState(this.State, Counter);
 }