db.programs.insert({
_id: "test4"}, {
cadrs: [{
numberC: 1, countForm: 2, forms: [{numberF: 1, targets: 2, rdm: true, stopFactorTime: true, stopValue: 1000},
{numberF: 2, targets: 1, rdm: true, stopFactorTime: false, stopValue: 1000}], nextCadr: true},
{
numberC: 2, countForm: 1, forms: [{numberF: 1, targets: 1, rdm: true, stopFactorTime: true, stopValue: 100}], nextCadr: false}
]
})