public bool Update(Master_Certification obj, string[] param, string spName)
 {
     throw new NotImplementedException();
 }
 public IEnumerable <Master_Certification> GetAll(Master_Certification obj, string[] param, string spName)
 {
     return(_ICertificateRepository.GetAll(obj, param, spName));
 }