public int AddSpecialRequest(LabelPrintSpecialRequestModel model)
 {
     return(Convert.ToInt32(dal.AddSpecialRequest(model)));
 }