// GET: Pets
 public IActionResult Index()
 {
     return(View(Salon.GetAllPets(HttpContext.User.Identity.Name)));
 }