// // GET: /Admin/ public ActionResult Index() { var trmwebservice = new WebService.WCFWebServiceJson(); return View(trmwebservice.GetAllArtists()); }