public function get($view)
 {
     $name = FormHelper::getFormName($view);
     return parent::get($name);
 }