public ActionResult RegistrarMascota()
        {
            Mascota m = new Mascota();

            return(View(m));
        }