public void AddToActiveList(ChessPiece chessPiece) { }
public void SwitchPieceToActive(ChessPiece chessPiece) { activeChessPieces.Add(chessPiece); nonActiveChessPieces.Remove(chessPiece); }