public function create($options)
 {
     $action = new FileColumn();
     $action->setup($options);
     return $action;
 }