/**
  * @param string $adId
  *
  * @return Schedule|null
  */
 public function findScheduleByAdId($adId)
 {
     return $this->repository->findScheduleByAdId($adId)->getSingleResult();
 }