/**
  * Mass-populates instances of this class with a given set of models.
  *
  * @param array $models
  *
  * @return array
  */
 public static function populateVariables($models)
 {
     return VariableHelper::populateVariables($models, get_called_class());
 }