public MasterDTO GetMaster(int id)
        {
            var master = studioService.GetMaster(id);

            return(master);
        }