static function getDrivers($parent = NULL, $company = NULL)
 {
     $options = parent::getDrivers($parent, $company);
     if (sizeof($options) > 1) {
         $options[0] = JHtml::_('select.option', 0, 'All Drivers');
     }
     return $options;
 }