public IActionResult AddClick(int adID, string returnUrl)
 {
     repository.AddClick(adID);
     return(Redirect(returnUrl));
 }