public JsonResult GetFreebieID() { DropDownListsRepository modelRepo = new DropDownListsRepository(); return Json(modelRepo.GetFreebieID().OrderBy(o => o.ID).Select(c => new { FreebieID = c.ID }).OrderBy(o => o.FreebieID), JsonRequestBehavior.AllowGet); }