public string Edit(VarianceEditModel model)
 {
     return(OrderVarianceDataProvider.Edit(model));
 }