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