public Puzzle Get(int id)
        {
            var rc = PuzzleRepository.Get(id);

            return(rc);
        }