func (p *BBcRelation) CreateAsset(userId *[]byte, fileContent *[]byte, bodyContent interface{}) *BBcRelation {
    obj := BBcAsset{Version: p.Version}
    obj.SetIdLengthConf(p.IdLengthConf)
    obj.Add(userId)
    if fileContent != nil {