/**
  * Remove uc
  *
  * @param \AppBundle\Entity\PnfTrayectoPeriodoUc $uc
  */
 public function removeUc(\AppBundle\Entity\PnfTrayectoPeriodoUc $uc)
 {
     $this->uc->removeElement($uc);
 }