public IEnumerable <Accreditor> getAll()
 {
     return(Mapper.Map <IEnumerable <Accreditor> >(_educationCredential.getAll()));
 }
        public void getAll()
        {
            IEnumerable <HCRGUniversity.Core.Data.Model.Accreditor> accreditor = _educationCredentialBL.getAll();

            Assert.IsTrue(accreditor != null, "Unable to get");
        }