$errors[]=['error'=>"Argument lastname and company are empty for contact {$key}",'index'=>$key,'lang'=>'argumentFirstnameEmpty'];
continue;
}
$mandatoryParameters=ContactParameterModel::get(['select'=>['identifier'],'where'=>['mandatory = ?','identifier not in (?)'],'data'=>[true,['lastname','company']]]);