public IList <Animal> GetAllAnimals()
 {
     return(animalService.Animals());
 }