public void DeleteAccreditor(int accreditorID, bool isActive)
 {
     _educationCredential.DeleteAccreditor(accreditorID, isActive);
 }
 public void DeleteAccreditor()
 {
     _educationCredentialBL.DeleteAccreditor(137, false);
 }