public async Task <GetMagazineView> Get(int id)
 {
     return(await magazineService.GetMagazineDetails(id));
 }