public async Task <IActionResult> GetAllPopulated()
 {
     return(Ok(await _animalService.GetAllPopulatedAsync()));
 }