public void SolveMaze()
 {
     stateDataList = algthm.StartAlgorithm();
 }