public int CertificationInfoUpsert(int CertificationId, int?CertificationInfoId, int CertificationInfoTypeId, string Value, string LargeValue, bool Enable)
 {
     return(DataFactory.CertificationInfoUpsert(CertificationId, CertificationInfoId, CertificationInfoTypeId, Value, LargeValue, Enable));
 }