public IEnumerable <Continent> GetAll()
 {
     log("GetAll");
     return(contRepos.GetAll());
 }