public ObjectWithDefectsModel(Объект shurfObj, List <DefectModel> defects)
 {
     this.shurfObject = shurfObj;
     this.defects     = defects;
 }
 public ObjectWithDefectsModel(Объект shurfObj)
 {
     this.shurfObject = shurfObj;
 }