public UgovorStanOtkupMoratorijGridFormatted(Model.Data.View.UgovorStanOtkupMoratorij gridformated)
 {
     this.ID_UgovorStanOtkupMoratorij = gridformated.ID_UgovorStanOtkupMoratorij;
     this.ID_UgovorStanOtkup          = gridformated.ID_UgovorStanOtkup;
     this.BrojMoratorij = gridformated.BrojMoratorij;
     this.BrojUgovor    = gridformated.BrojUgovor;
     this.Datum         = gridformated.Datum;
 }
 public UgovorStanOtkupMoratorijItem(Model.Data.View.UgovorStanOtkupMoratorij item)
 {
     this.ID_UgovorStanOtkupMoratorij = item.ID_UgovorStanOtkupMoratorij;
     this.ID_UgovorStanOtkup          = item.ID_UgovorStanOtkup;
     this.BrojMoratorij = item.BrojMoratorij;
     this.BrojUgovor    = item.BrojUgovor;
     this.Datum         = item.Datum;
 }
 public UgovorStanOtkupMoratorijFormFormattedBase(Model.Data.View.UgovorStanOtkupMoratorij formformated)
 {
     this.ID_UgovorStanOtkupMoratorij = formformated.ID_UgovorStanOtkupMoratorij;
     this.ID_UgovorStanOtkup          = formformated.ID_UgovorStanOtkup;
     this.BrojMoratorij = formformated.BrojMoratorij;
     this.BrojUgovor    = formformated.BrojUgovor;
     this.Datum         = formformated.Datum;
 }