if (empty($this->title)) {
            throw new Exception("Cannot save job - job title is empty or invalid"); 
            return false;
        }