private int CheckIfIsVirus(GridItem item, int points) { if (item.GetGridItemType() == "virus") { points += 1; } return(points); }