public function formEdit($fields)
    {
        $output = '';
        foreach ($fields as $f) {
            $ucF = ucfirst($f);