public void UseFatherFatherCombination(Game game, Gamer gamer) //corresponds ffButton
 {
     Father father = new Father();
     Nest   nest   = new Nest();
 }