public bool AdEntityExists(int id)
 {
     return(_adRepository.AdEntityExists(id));
 }