.equalsIgnoreCase("Asari")) {
npg = new Asari(character.getAttributeValue("firstName"),
character.getAttributeValue("lastName"));
} else if (character.getAttributeValue("race")
.equalsIgnoreCase("Krogan")) {
npg = new Krogan(character.getAttributeValue("firstName"),
character.getAttributeValue("lastName"));
} else {
throw new ErrNotFountOrMistake("The race of the character "
+ character.getAttributeValue("firstName") + " "
+ character.getAttributeValue("lastName")