if (!filter_var($orgType, FILTER_VALIDATE_INT)) {
            throw new Exception("Could not add new organisation link - no org_type_id given"); 
            return false;
        }