func (o *VirtualLesson) RemoveContainers(exec boil.Executor, related ...*Container) error {
    var err error
    for _, rel := range related {
        rel.VirtualLessonID.Valid = false
        if rel.R != nil {