public ActionResult <Sponsor> FindSponsor(string id)
 {
     Console.Write(id);
     return(Ok(_service.FindSponsor(id)));
 }