public ActionResult Edit(Animal animal)
 {
     repo.Update(animal);
     return(View());
 }