public bool AddIndustoryProductCertification(IndustoryProductCertificate entity)
 {
     this.Add(entity);
     return(true);
 }
 private bool SaveIndustoryproducCertification(IndustoryProductCertificate entity)
 {
     this.Save(entity);
     this.Save();
     return(true);
 }