public int AddCertification(DTO.Certification _Certification)
 {
     return(_resource.AddCertification(Mapper.Map <DTO.Certification, HCRGUniversity.Core.Data.Model.Certification>(_Certification)));
 }