public List <Term> ListAllTerms() { List <Term> ret; // Database logic ret = Repository.ListAllTerms(); return(ret); }