public int AddCommonAdjustment(LabelPrintCommonAdjustmentModel model)
 {
     return(Convert.ToInt32(dal.AddCommonAdjustment(model)));
 }