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