public function findBy(array $criteria, $orderBy = null, $limit = null, $offset = null) { return $this->em->getRepository('Newscoop\\Entity\\Comment')->findBy($criteria, $orderBy, $limit, $offset); }