public IEnumerable<TechStack> Get() {
     return _tech.getAll();
 }