public static HopDong ToEntity(this HopDongModel model, HopDong destination)
 {
     return(model.MapTo(destination));
 }
 public static HopDong ToEntity(this HopDongModel model)
 {
     return(model.MapTo <HopDongModel, HopDong>());
 }