public override void Eat(AbstractProducts.HerbivoreAbstractProduct herbivore)
 {
     Console.WriteLine(this.GetType().Name + " eats " + herbivore.GetType().Name);
 }