public static EstimateModel ToModel(this Estimate entity) { return(entity.MapTo <Estimate, EstimateModel>()); }