public JsonResult GetMicrosoftOffersPrice(string Id)
 {
     TMRC_CSP.ViewModel.ResellerPrice.ResellerPrice resellerPrice = new TMRC_CSP.ViewModel.ResellerPrice.ResellerPrice();
     return(Json(resellerPrice.GetPriceList(ViewModel.Account.Login._r.Id, Id), JsonRequestBehavior.AllowGet));
 }
 public JsonResult GetPriceList()
 {
     TMRC_CSP.ViewModel.ResellerPrice.ResellerPrice priceList = new TMRC_CSP.ViewModel.ResellerPrice.ResellerPrice();
     return(Json(priceList.GetForReseller(ViewModel.Account.Login._r.Id), JsonRequestBehavior.AllowGet));
 }