func (o *VirtualLesson) AddContainers(exec boil.Executor, insert bool, related ...*Container) error {
    var err error
    for _, rel := range related {
        if insert {
            rel.VirtualLessonID.Int = o.ID