public static void Check(int row, int col)
    {
        AttackResult result = default(AttackResult);

        result = _theGame.RadarCheck(row, col);
        CheckRadarResult(result, _human);
    }