public function findAsArray(EMongoCriteria $criteria = NULL)
 {
     return $this->getCollection()->findOne($criteria->getConditions(), $criteria->getSelect());
 }