/**
  * @param int $maxRecords
  */
 public static function setMaxRecords($maxRecords)
 {
     self::$maxRecords = $maxRecords;
 }