/**
  *
  * @param int $count 
  */
 public static function setNumberOfRecords($count)
 {
     self::$numberOfRecords = $count;
 }