/**
  * @param int $id
  * @return Metasource
  */
 public function findMetasource($id)
 {
     return $this->metasourcesRepository->find($id);
 }