public IEnumerable <PrintTemplateRefModel> GetPrintTemplateRef()
 {
     return(dal.GetPrintTemplateRef());
 }