public IUnit GetUnitAt(int row, int col)
 {
     return(_boardHandler.GetUnitAt(row, col));
 }