public Categoria New(Categoria categoria)
        {
            var categ = repository.New(categoria);

            return(categ);
        }