public WhiteWolfTestClass()
 {
     whiteWolfFactory = new WhiteWolfFactory();
     whiteWolf        = whiteWolfFactory.CreateAnimal() as WhiteWolf;
 }