public IEnumerable <Categoria> List()
        {
            var categorias = repository.List();

            return(categorias);
        }