public Guid Create(Entity e)
        {
            var ID = Svc.Create(e);

            return(ID);
        }