/**
  * @return ActiveRecord[]
  */
 public static function get()
 {
     $srModelObjectList = new ActiveRecordList(self::getCalledClass());
     return $srModelObjectList->get();
 }