function list_action()
 {
     $p = new Provider();
     $this->assign("providers", $p->providers_factory());
     return $this->fetch($GLOBALS['template_dir'] . "insurance_numbers/" . $this->template_mod . "_list.html");
 }