if(isset($Calculation['Value']) && empty($Calculation['Value']) && $Calculation['Value'] !== '0'){
                    $form->setError('Calculation[Value]', 'Bitte geben Sie einen Preis an');
                    $Error = true;
                } elseif(isset($Calculation['Value']) && $Calculation['Value'] < 0) {
                    $form->setError('Calculation[Value]', 'Bitte geben Sie einen Preis im positiven Bereich an');