@Override
 public Railway findById(ObjectId id) {
   return repo.findOne(id);
 }